Post
data class Post(val includeWalletMetadata: Boolean = true, val jarEncryption: EncryptionRequirement = EncryptionRequirement.NotRequired, val useWalletNonce: NonceOption = NonceOption.Use()) : SupportedRequestUriMethods(source)
Options related to request_uri_method equal to post
Parameters
include Wallet Metadata
whether to include wallet metadata or not
jar Encryption
whether to request JAR be encrypted or not
use Wallet Nonce
whether to use wallet_nonce
Constructors
Link copied to clipboard
constructor(includeWalletMetadata: Boolean = true, jarEncryption: EncryptionRequirement = EncryptionRequirement.NotRequired, useWalletNonce: NonceOption = NonceOption.Use())